module Base
{

/* <<<<<  Pasta and Rice  >>>>> */

    /**** Brown Rice ****/

        item VFXBrownRiceSaucepanEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Rice,
            EatType = Plate,
            PourType = saucepan,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = Saucepan,

            DaysFresh = 4,
            DaysTotallyRotten = 7,

            HungerChange = -10,
            Calories = 480,
            Carbohydrates = 104,
            Lipids = 0.6,
            Proteins = 12,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPan,

            Tags = base:hasmetal;VFX:DividedBowls,

            Icon = SaucepanFilled,
            StaticModel = Base.VFX_SaucepanRice,
            WorldStaticModel = Base.VFX_SaucepanRice,

            EvolvedRecipeName = Brown Rice,
        }

        item VFXBrownRiceSaucepanCopperEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Rice,
            EatType = Plate,
            PourType = saucepan,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = SaucepanCopper,

            DaysFresh = 4,
            DaysTotallyRotten = 7,

            HungerChange = -10,
            Calories = 480,
            Carbohydrates = 104,
            Lipids = 0.6,
            Proteins = 12,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPan,

            Tags = base:hasmetal;VFX:DividedBowls,

            Icon = CopperPot_Pasta,
            StaticModel = Base.VFX_SaucepanCopperRice,
            WorldStaticModel = Base.VFX_SaucepanCopperRice,

            EvolvedRecipeName = Brown Rice,
        }

        item VFXBrownRicePotEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Rice,
            EatType = Pot,
            PourType = Pot,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = Pot,

            DaysFresh = 3,
            DaysTotallyRotten = 6,

            HungerChange = -10,
            Calories = 480,
            Carbohydrates = 104,
            Lipids = 0.6,
            Proteins = 12,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPot,

            Tags = base:hasmetal;VFX:DividedBowls,

            Icon = PotFull,
            StaticModel = Base.CookingPotRice_Ground,
            WorldStaticModel = Base.CookingPotRice_Ground,

            EvolvedRecipeName = Brown Rice,
        }

        item VFXBrownRicePotForgedEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Rice,
            EatType = Pot,
            PourType = Pot,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = PotForged,

            DaysFresh = 3,
            DaysTotallyRotten = 6,

            HungerChange = -10,
            Calories = 480,
            Carbohydrates = 104,
            Lipids = 0.6,
            Proteins = 12,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPot,

            Tags = base:hasmetal;VFX:DividedBowls,

            Icon = Pot_Forged_Rice,
            StaticModel = Base.VFX_CookingPotForged_Rice,
            WorldStaticModel = Base.CookingPotForged_RiceGround,

            EvolvedRecipeName = Brown Rice,
        }

    /**** Jasmine Rice ****/

        item VFXJasmineRiceSaucepanEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Rice,
            EatType = Plate,
            PourType = saucepan,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = Saucepan,

            DaysFresh = 4,
            DaysTotallyRotten = 7,

            HungerChange = -10,
            Calories = 480,
            Carbohydrates = 104,
            Lipids = 0.6,
            Proteins = 12,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPan,

            Tags = base:hasmetal,

            Icon = SaucepanFilled,
            StaticModel = Base.VFX_SaucepanRice,
            WorldStaticModel = Base.VFX_SaucepanRice,

            EvolvedRecipeName = Jasmine Rice,
        }

        item VFXJasmineRiceSaucepanCopperEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Rice,
            EatType = Plate,
            PourType = saucepan,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = SaucepanCopper,

            DaysFresh = 4,
            DaysTotallyRotten = 7,

            HungerChange = -10,
            Calories = 480,
            Carbohydrates = 104,
            Lipids = 0.6,
            Proteins = 12,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPan,

            Tags = base:hasmetal,

            Icon = CopperPot_Pasta,
            StaticModel = Base.VFX_SaucepanCopperRice,
            WorldStaticModel = Base.VFX_SaucepanCopperRice,

            EvolvedRecipeName = Jasmine Rice,
        }

        item VFXJasmineRicePotEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Rice,
            EatType = Pot,
            PourType = Pot,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = Pot,

            DaysFresh = 3,
            DaysTotallyRotten = 6,

            HungerChange = -10,
            Calories = 480,
            Carbohydrates = 104,
            Lipids = 0.6,
            Proteins = 12,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPot,

            Tags = base:hasmetal,

            Icon = PotFull,
            StaticModel = Base.CookingPotRice_Ground,
            WorldStaticModel = Base.CookingPotRice_Ground,

            EvolvedRecipeName = Jasmine Rice,
        }

        item VFXJasmineRicePotForgedEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Rice,
            EatType = Pot,
            PourType = Pot,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = PotForged,

            DaysFresh = 3,
            DaysTotallyRotten = 6,

            HungerChange = -10,
            Calories = 480,
            Carbohydrates = 104,
            Lipids = 0.6,
            Proteins = 12,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPot,

            Tags = base:hasmetal,

            Icon = Pot_Forged_Rice,
            StaticModel = Base.VFX_CookingPotForged_Rice,
            WorldStaticModel = Base.CookingPotForged_RiceGround,

            EvolvedRecipeName = Jasmine Rice,
        }

    /**** Basmati Rice ****/

        item VFXBasmatiRiceSaucepanEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Rice,
            EatType = Plate,
            PourType = saucepan,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = Saucepan,

            DaysFresh = 4,
            DaysTotallyRotten = 7,

            HungerChange = -10,
            Calories = 480,
            Carbohydrates = 104,
            Lipids = 0.6,
            Proteins = 12,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPan,

            Tags = base:hasmetal,

            Icon = SaucepanFilled,
            StaticModel = Base.VFX_SaucepanRice,
            WorldStaticModel = Base.VFX_SaucepanRice,

            EvolvedRecipeName = Basmati Rice,
        }

        item VFXBasmatiRiceSaucepanCopperEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Rice,
            EatType = Plate,
            PourType = saucepan,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = SaucepanCopper,

            DaysFresh = 4,
            DaysTotallyRotten = 7,

            HungerChange = -10,
            Calories = 480,
            Carbohydrates = 104,
            Lipids = 0.6,
            Proteins = 12,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPan,

            Tags = base:hasmetal,

            Icon = CopperPot_Pasta,
            StaticModel = Base.VFX_SaucepanCopperRice,
            WorldStaticModel = Base.VFX_SaucepanCopperRice,

            EvolvedRecipeName = Basmati Rice,
        }

        item VFXBasmatiRicePotEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Rice,
            EatType = Pot,
            PourType = Pot,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = Pot,

            DaysFresh = 3,
            DaysTotallyRotten = 6,

            HungerChange = -10,
            Calories = 480,
            Carbohydrates = 104,
            Lipids = 0.6,
            Proteins = 12,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPot,

            Tags = base:hasmetal,

            Icon = PotFull,
            StaticModel = Base.CookingPotRice_Ground,
            WorldStaticModel = Base.CookingPotRice_Ground,

            EvolvedRecipeName = Basmati Rice,
        }

        item VFXBasmatiRicePotForgedEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Rice,
            EatType = Pot,
            PourType = Pot,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = PotForged,

            DaysFresh = 3,
            DaysTotallyRotten = 6,

            HungerChange = -10,
            Calories = 480,
            Carbohydrates = 104,
            Lipids = 0.6,
            Proteins = 12,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPot,

            Tags = base:hasmetal,

            Icon = Pot_Forged_Rice,
            StaticModel = Base.VFX_CookingPotForged_Rice,
            WorldStaticModel = Base.CookingPotForged_RiceGround,

            EvolvedRecipeName = Basmati Rice,
        }

    /**** Arborio Rice ****/

        item VFXArborioRiceSaucepanEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Rice,
            EatType = Plate,
            PourType = saucepan,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = Saucepan,

            DaysFresh = 4,
            DaysTotallyRotten = 7,

            HungerChange = -10,
            Calories = 480,
            Carbohydrates = 104,
            Lipids = 0.6,
            Proteins = 12,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPan,

            Tags = base:hasmetal,

            Icon = SaucepanFilled,
            StaticModel = Base.VFX_SaucepanRice,
            WorldStaticModel = Base.VFX_SaucepanRice,

            EvolvedRecipeName = Arborio Rice,
        }

        item VFXArborioRiceSaucepanCopperEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Rice,
            EatType = Plate,
            PourType = saucepan,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = SaucepanCopper,

            DaysFresh = 4,
            DaysTotallyRotten = 7,

            HungerChange = -10,
            Calories = 480,
            Carbohydrates = 104,
            Lipids = 0.6,
            Proteins = 12,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPan,

            Tags = base:hasmetal,

            Icon = CopperPot_Pasta,
            StaticModel = Base.VFX_SaucepanCopperRice,
            WorldStaticModel = Base.VFX_SaucepanCopperRice,

            EvolvedRecipeName = Arborio Rice,
        }

        item VFXArborioRicePotEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Rice,
            EatType = Pot,
            PourType = Pot,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = Pot,

            DaysFresh = 3,
            DaysTotallyRotten = 6,

            HungerChange = -10,
            Calories = 480,
            Carbohydrates = 104,
            Lipids = 0.6,
            Proteins = 12,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPot,

            Tags = base:hasmetal,

            Icon = PotFull,
            StaticModel = Base.CookingPotRice_Ground,
            WorldStaticModel = Base.CookingPotRice_Ground,

            EvolvedRecipeName = Arborio Rice,
        }

        item VFXArborioRicePotForgedEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Rice,
            EatType = Pot,
            PourType = Pot,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = PotForged,

            DaysFresh = 3,
            DaysTotallyRotten = 6,

            HungerChange = -10,
            Calories = 480,
            Carbohydrates = 104,
            Lipids = 0.6,
            Proteins = 12,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPot,

            Tags = base:hasmetal,

            Icon = Pot_Forged_Rice,
            StaticModel = Base.VFX_CookingPotForged_Rice,
            WorldStaticModel = Base.CookingPotForged_RiceGround,

            EvolvedRecipeName = Arborio Rice,
        }

    /**** Macaroni ****/

        item VFXMacaroniSaucepanEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Pasta,
            EatType = Plate,
            PourType = saucepan,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = Saucepan,

            DaysFresh = 4,
            DaysTotallyRotten = 7,

            HungerChange = -10,
            Calories = 445.2,
            Carbohydrates = 90,
            Lipids = 1.8,
            Proteins = 15.6,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPan,

            Tags = base:hasmetal,

            Icon = SaucepanFilled,
            StaticModel = Base.SaucePanPasta,
            WorldStaticModel = Base.SaucePanPasta,

            EvolvedRecipeName = Macaroni,
        }

        item VFXMacaroniSaucepanCopperEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Pasta,
            EatType = Plate,
            PourType = saucepan,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = SaucepanCopper,

            DaysFresh = 4,
            DaysTotallyRotten = 7,

            HungerChange = -10,
            Calories = 445.2,
            Carbohydrates = 90,
            Lipids = 1.8,
            Proteins = 15.6,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPan,

            Tags = base:hasmetal,

            Icon = CopperPot_Pasta,
            StaticModel = Base.SaucepanCopperPasta,
            WorldStaticModel = Base.SaucepanCopperPasta,

            EvolvedRecipeName = Macaroni,
        }

        item VFXMacaroniPotEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Pasta,
            EatType = Pot,
            PourType = Pot,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = Pot,

            DaysFresh = 3,
            DaysTotallyRotten = 6,

            HungerChange = -10,
            Calories = 445.2,
            Carbohydrates = 90,
            Lipids = 1.8,
            Proteins = 15.6,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPot,

            Tags = base:hasmetal,

            Icon = PotFull,
            StaticModel = Base.CookingPotPasta_Ground,
            WorldStaticModel = Base.CookingPotPasta_Ground,

            EvolvedRecipeName = Macaroni,
        }

        item VFXMacaroniPotForgedEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Pasta,
            EatType = Pot,
            PourType = Pot,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = PotForged,

            DaysFresh = 3,
            DaysTotallyRotten = 6,

            HungerChange = -10,
            Calories = 445.2,
            Carbohydrates = 90,
            Lipids = 1.8,
            Proteins = 15.6,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPot,

            Tags = base:hasmetal,

            Icon = Pot_Forged_Pasta,
            StaticModel = Base.VFX_CookingPotForged_Pasta,
            WorldStaticModel = Base.CookingPotForged_PastaGround,

            EvolvedRecipeName = Macaroni,
        }

    /**** Fettuccine ****/

        item VFXFettuccineSaucepanEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Pasta,
            EatType = Plate,
            PourType = saucepan,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = Saucepan,

            DaysFresh = 4,
            DaysTotallyRotten = 7,

            HungerChange = -10,
            Calories = 444,
            Carbohydrates = 86.4,
            Lipids = 2.4,
            Proteins = 15.6,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPan,

            Tags = base:hasmetal,

            Icon = SaucepanFilled,
            StaticModel = Base.SaucePanPasta,
            WorldStaticModel = Base.SaucePanPasta,

            EvolvedRecipeName = Fettuccine,
        }

        item VFXFettuccineSaucepanCopperEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Pasta,
            EatType = Plate,
            PourType = saucepan,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = SaucepanCopper,

            DaysFresh = 4,
            DaysTotallyRotten = 7,

            HungerChange = -10,
            Calories = 444,
            Carbohydrates = 86.4,
            Lipids = 2.4,
            Proteins = 15.6,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPan,

            Tags = base:hasmetal,

            Icon = CopperPot_Pasta,
            StaticModel = Base.SaucepanCopperPasta,
            WorldStaticModel = Base.SaucepanCopperPasta,

            EvolvedRecipeName = Fettuccine,
        }

        item VFXFettuccinePotEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Pasta,
            EatType = Pot,
            PourType = Pot,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = Pot,

            DaysFresh = 3,
            DaysTotallyRotten = 6,

            HungerChange = -10,
            Calories = 444,
            Carbohydrates = 86.4,
            Lipids = 2.4,
            Proteins = 15.6,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPot,

            Tags = base:hasmetal,

            Icon = PotFull,
            StaticModel = Base.CookingPotPasta_Ground,
            WorldStaticModel = Base.CookingPotPasta_Ground,

            EvolvedRecipeName = Fettuccine,
        }

        item VFXFettuccinePotForgedEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Pasta,
            EatType = Pot,
            PourType = Pot,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = PotForged,

            DaysFresh = 3,
            DaysTotallyRotten = 6,

            HungerChange = -10,
            Calories = 444,
            Carbohydrates = 86.4,
            Lipids = 2.4,
            Proteins = 15.6,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPot,

            Tags = base:hasmetal,

            Icon = Pot_Forged_Pasta,
            StaticModel = Base.VFX_CookingPotForged_Pasta,
            WorldStaticModel = Base.CookingPotForged_PastaGround,

            EvolvedRecipeName = Fettuccine,
        }

    /**** Penne ****/

        item VFXPenneSaucepanEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Pasta,
            EatType = Plate,
            PourType = saucepan,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = Saucepan,

            DaysFresh = 4,
            DaysTotallyRotten = 7,

            HungerChange = -10,
            Calories = 432,
            Carbohydrates = 85.2,
            Lipids = 2.4,
            Proteins = 14.4,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPan,

            Tags = base:hasmetal,

            Icon = SaucepanFilled,
            StaticModel = Base.SaucePanPasta,
            WorldStaticModel = Base.SaucePanPasta,

            EvolvedRecipeName = Penne,
        }

        item VFXPenneSaucepanCopperEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Pasta,
            EatType = Plate,
            PourType = saucepan,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = SaucepanCopper,

            DaysFresh = 4,
            DaysTotallyRotten = 7,

            HungerChange = -10,
            Calories = 432,
            Carbohydrates = 85.2,
            Lipids = 2.4,
            Proteins = 14.4,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPan,

            Tags = base:hasmetal,

            Icon = CopperPot_Pasta,
            StaticModel = Base.SaucepanCopperPasta,
            WorldStaticModel = Base.SaucepanCopperPasta,

            EvolvedRecipeName = Penne,
        }

        item VFXPennePotEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Pasta,
            EatType = Pot,
            PourType = Pot,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = Pot,

            DaysFresh = 3,
            DaysTotallyRotten = 6,

            HungerChange = -10,
            Calories = 432,
            Carbohydrates = 85.2,
            Lipids = 2.4,
            Proteins = 14.4,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPot,

            Tags = base:hasmetal,

            Icon = PotFull,
            StaticModel = Base.CookingPotPasta_Ground,
            WorldStaticModel = Base.CookingPotPasta_Ground,

            EvolvedRecipeName = Penne,
        }

        item VFXPennePotForgedEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Pasta,
            EatType = Pot,
            PourType = Pot,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = PotForged,

            DaysFresh = 3,
            DaysTotallyRotten = 6,

            HungerChange = -10,
            Calories = 432,
            Carbohydrates = 85.2,
            Lipids = 2.4,
            Proteins = 14.4,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPot,

            Tags = base:hasmetal,

            Icon = Pot_Forged_Pasta,
            StaticModel = Base.VFX_CookingPotForged_Pasta,
            WorldStaticModel = Base.CookingPotForged_PastaGround,

            EvolvedRecipeName = Penne,
        }

    /**** Gnocchi ****/

        item VFXGnocchiSaucepanEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Pasta,
            EatType = Plate,
            PourType = saucepan,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = Saucepan,

            DaysFresh = 4,
            DaysTotallyRotten = 7,

            HungerChange = -10,
            Calories = 250,
            Carbohydrates = 50,
            Lipids = 0.5,
            Proteins = 6,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPan,

            Tags = base:hasmetal,

            Icon = SaucepanFilled,
            StaticModel = Base.SaucePanPasta,
            WorldStaticModel = Base.SaucePanPasta,

            EvolvedRecipeName = Gnocchi,
        }

        item VFXGnocchiSaucepanCopperEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Pasta,
            EatType = Plate,
            PourType = saucepan,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = SaucepanCopper,

            DaysFresh = 4,
            DaysTotallyRotten = 7,

            HungerChange = -10,
            Calories = 250,
            Carbohydrates = 50,
            Lipids = 0.5,
            Proteins = 6,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPan,

            Tags = base:hasmetal,

            Icon = CopperPot_Pasta,
            StaticModel = Base.SaucepanCopperPasta,
            WorldStaticModel = Base.SaucepanCopperPasta,

            EvolvedRecipeName = Gnocchi,
        }

        item VFXGnocchiPotEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Pasta,
            EatType = Pot,
            PourType = Pot,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = Pot,

            DaysFresh = 3,
            DaysTotallyRotten = 6,

            HungerChange = -10,
            Calories = 250,
            Carbohydrates = 50,
            Lipids = 0.5,
            Proteins = 6,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPot,

            Tags = base:hasmetal,

            Icon = PotFull,
            StaticModel = Base.CookingPotPasta_Ground,
            WorldStaticModel = Base.CookingPotPasta_Ground,

            EvolvedRecipeName = Gnocchi,
        }

        item VFXGnocchiPotForgedEvolved
        {
            DisplayCategory = Food,
            ItemType = base:food,
            FoodType = Pasta,
            EatType = Pot,
            PourType = Pot,
            Weight = 3,

            BadInMicrowave = true,
            CookingSound = BoilingFood,
            GoodHot = true,
            IsCookable = true,

            ReplaceOnUse = PotForged,

            DaysFresh = 3,
            DaysTotallyRotten = 6,

            HungerChange = -10,
            Calories = 250,
            Carbohydrates = 50,
            Lipids = 0.5,
            Proteins = 6,

            UnhappyChange = 20,

            MinutesToCook = 20,
            MinutesToBurn = 50,
            

            SoundMap = DumpContents EmptyPot,

            Tags = base:hasmetal,

            Icon = Pot_Forged_Pasta,
            StaticModel = Base.VFX_CookingPotForged_Pasta,
            WorldStaticModel = Base.CookingPotForged_PastaGround,

            EvolvedRecipeName = Gnocchi,
        }

/* <<<<<  Lasagna  >>>>> */

    item VFXLasagnaEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Plate,
        Weight = 1.5,

        BadInMicrowave = true,
        CookingSound = FryingFood,
        SoundMap = DumpContents EmptyPan,
        GoodHot = true,
        IsCookable = true,

        ReplaceOnUse = RoastingPan,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -20,
        Calories = 795,
        Carbohydrates = 107,
        Lipids = 25,
        Proteins = 24,

        UnhappyChange = 10,

        MinutesToCook = 20,
        MinutesToBurn = 50,
        

        Tags = base:hasmetal,

        Icon = VFX_Evolved_Lasagna,
        StaticModel = Base.VFX_Lasagna,
        WorldStaticModel = Base.VFX_Lasagna,
    }

    item VFXPlateLasagna
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.9,
        EatType = Plate,

        GoodHot = true,

        ReplaceOnUse = Base.Plate,

        DaysFresh = 2,
        DaysTotallyRotten = 5,

        HungerChange = -20,
        
        Calories = 795,
        Carbohydrates = 107,
        Lipids = 25,
        Proteins = 24,

        UnhappyChange = -15,

        Icon = VFX_Evolved_PlateLasagna,
        StaticModel = VFX_PlateLasagna,
        WorldStaticModel = VFX_PlateLasagna,
    }

/* <<<<<  Chili  >>>>> */

    item VFXChiliSaucepanEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Plate,
        Weight = 2.0,

        BadInMicrowave = true,
        GoodHot = true,
        IsCookable = true,

        ReplaceOnUse = Saucepan,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -0,
        Calories = 0,
        Carbohydrates = 0,
        Lipids = 0,
        Proteins = 0,

        UnhappyChange = 20,

        MinutesToCook = 20,
        MinutesToBurn = 50,
        

        CookingSound = BoilingFood,
        SoundMap = DumpContents EmptyPan,

        PourType = saucepan,

        Tags = base:hasmetal,

        Icon = VFX_Evolved_SaucepanChili,
        StaticModel = Base.VFXChiliSaucepanEvolved,
        WorldStaticModel = Base.VFXChiliSaucepanEvolved,
    }

    item VFXChiliSaucepanCopperEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Plate,
        Weight = 2.0,

        BadInMicrowave = true,
        GoodHot = true,
        IsCookable = true,

        ReplaceOnUse = SaucepanCopper,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -0,
        Calories = 0,
        Carbohydrates = 0,
        Lipids = 0,
        Proteins = 0,

        UnhappyChange = 20,

        MinutesToCook = 20,
        MinutesToBurn = 50,
        

        CookingSound = BoilingFood,
        SoundMap = DumpContents EmptyPan,

        PourType = saucepan,

        Tags = base:hasmetal,

        Icon = VFX_Evolved_SaucepanCopperChili,
        StaticModel = Base.VFXChiliSaucepanCopperEvolved,
        WorldStaticModel = Base.VFXChiliSaucepanCopperEvolved,
    }

    item VFXChiliPotEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Pot,
        Weight = 2.0,

        BadInMicrowave = true,
        GoodHot = true,
        IsCookable = true,

        ReplaceOnUse = Pot,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -0,
        Calories = 0,
        Carbohydrates = 0,
        Lipids = 0,
        Proteins = 0,

        UnhappyChange = 20,

        MinutesToCook = 20,
        MinutesToBurn = 50,
        

        CookingSound = BoilingFood,

        PourType = Pot,

        Tags = base:hasmetal,

        Icon = VFX_Evolved_PotChili,
        StaticModel = Base.VFXChiliPotEvolved,
        WorldStaticModel = Base.VFXChiliPotEvolved,
    }

    item VFXChiliPotForgedEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Pot,
        Weight = 2.0,

        BadInMicrowave = true,
        GoodHot = true,
        IsCookable = true,

        ReplaceOnUse = PotForged,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -0,
        Calories = 0,
        Carbohydrates = 0,
        Lipids = 0,
        Proteins = 0,

        UnhappyChange = 20,

        MinutesToCook = 20,
        MinutesToBurn = 50,
        

        CookingSound = BoilingFood,

        PourType = Pot,

        Tags = base:hasmetal,

        Icon = VFX_Evolved_ForgedPotChili,
        StaticModel = Base.VFXChiliPotForgedEvolved,
        WorldStaticModel = Base.VFXChiliPotForgedEvolved,
    }

    item VFXBowlChili
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.5,
        EatType = Plate,

        GoodHot = true,

        ReplaceOnUse = Base.Bowl,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        UnhappyChange = -15,

        HungerChange = -18,
        Calories = 100,
        Carbohydrates = 10,
        Lipids = 1,
        Proteins = 5,

        Icon = VFX_Evolved_BowlChili,
        StaticModel = Base.VFX_BowlEvolvedChili,
        WorldStaticModel = Base.VFX_BowlEvolvedChili,
    }

/* <<<<<  Curry  >>>>> */

    item VFXCurrySaucepanEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Plate,
        Weight = 2.0,

        BadInMicrowave = true,
        GoodHot = true,
        IsCookable = true,

        ReplaceOnUse = Saucepan,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -0,
        Calories = 0,
        Carbohydrates = 0,
        Lipids = 0,
        Proteins = 0,

        UnhappyChange = 20,

        MinutesToCook = 20,
        MinutesToBurn = 50,
        

        CookingSound = BoilingFood,
        SoundMap = DumpContents EmptyPan,

        PourType = saucepan,

        Tags = base:hasmetal,

        Icon = VFX_Evolved_SaucepanCurry,
        StaticModel = Base.VFXCurrySaucepanEvolved,
        WorldStaticModel = Base.VFXCurrySaucepanEvolved,
    }

    item VFXCurrySaucepanCopperEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Plate,
        Weight = 2.0,

        BadInMicrowave = true,
        GoodHot = true,
        IsCookable = true,

        ReplaceOnUse = SaucepanCopper,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -0,
        Calories = 0,
        Carbohydrates = 0,
        Lipids = 0,
        Proteins = 0,

        UnhappyChange = 20,

        MinutesToCook = 20,
        MinutesToBurn = 50,
        

        CookingSound = BoilingFood,
        SoundMap = DumpContents EmptyPan,

        PourType = saucepan,

        Tags = base:hasmetal,

        Icon = VFX_Evolved_SaucepanCopperCurry,
        StaticModel = Base.VFXCurrySaucepanCopperEvolved,
        WorldStaticModel = Base.VFXCurrySaucepanCopperEvolved,
    }

    item VFXCurryPotEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Pot,
        Weight = 2.0,

        BadInMicrowave = true,
        GoodHot = true,
        IsCookable = true,

        ReplaceOnUse = Pot,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -0,
        Calories = 0,
        Carbohydrates = 0,
        Lipids = 0,
        Proteins = 0,

        UnhappyChange = 20,

        MinutesToCook = 20,
        MinutesToBurn = 50,
        

        CookingSound = BoilingFood,

        PourType = Pot,

        Tags = base:hasmetal,

        Icon = VFX_Evolved_PotCurry,
        StaticModel = Base.VFXCurryPotEvolved,
        WorldStaticModel = Base.VFXCurryPotEvolved,
    }

    item VFXCurryPotForgedEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Pot,
        Weight = 2.0,

        BadInMicrowave = true,
        GoodHot = true,
        IsCookable = true,

        ReplaceOnUse = PotForged,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -0,
        Calories = 0,
        Carbohydrates = 0,
        Lipids = 0,
        Proteins = 0,

        UnhappyChange = 20,

        MinutesToCook = 20,
        MinutesToBurn = 50,
        

        CookingSound = BoilingFood,

        PourType = Pot,

        Tags = base:hasmetal,

        Icon = VFX_Evolved_ForgedPotCurry,
        StaticModel = Base.VFXCurryPotForgedEvolved,
        WorldStaticModel = Base.VFXCurryPotForgedEvolved,
    }

    item VFXBowlCurry
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.5,
        EatType = Plate,

        GoodHot = true,

        ReplaceOnUse = Base.Bowl,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        UnhappyChange = -15,

        HungerChange = -18,
        Calories = 100,
        Carbohydrates = 10,
        Lipids = 1,
        Proteins = 5,

        Icon = VFX_Evolved_BowlCurry,
        StaticModel = Base.VFX_BowlEvolvedCurry,
        WorldStaticModel = Base.VFX_BowlEvolvedCurry,
    }

/* <<<<<  Cereal  >>>>> */

    item VFXOatyOsBowlEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = 2handbowl,
        Weight = 0.8,

        ReplaceOnUse = Bowl,

        DaysFresh = 4,
        DaysTotallyRotten = 7,

        HungerChange = -20,
        ThirstChange = -15,
        Calories = 479.5,
        Carbohydrates = 85.3,
        Lipids = 9.85,
        Proteins = 16.4,

        SoundMap = DumpContents EmptyBowlFromFood,
        PourType = bowl,

        Tags = base:dontinheritcondition,

        Icon = VFX_Bowl_CerealOatyOs,
        StaticModel = Base.VFX_BowlOatyOs,
        WorldStaticModel = Base.VFX_BowlOatyOs,
    }

    item VFXHoneyOatyOsBowlEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = 2handbowl,
        Weight = 0.8,

        ReplaceOnUse = Bowl,

        DaysFresh = 4,
        DaysTotallyRotten = 7,

        HungerChange = -20,
        ThirstChange = -15,
        Calories = 459.5,
        Carbohydrates = 82.6,
        Lipids = 9.85,
        Proteins = 15.65,

        SoundMap = DumpContents EmptyBowlFromFood,
        PourType = bowl,

        Tags = base:dontinheritcondition,

        Icon = VFX_Bowl_CerealHoneyOatyOs,
        StaticModel = Base.VFX_BowlHoneyOatyOs,
        WorldStaticModel = Base.VFX_BowlHoneyOatyOs,
    }

    item VFXCornFlakesBowlEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = 2handbowl,
        Weight = 0.8,

        ReplaceOnUse = Bowl,

        DaysFresh = 4,
        DaysTotallyRotten = 7,

        HungerChange = -20,
        ThirstChange = -15,
        Calories = 459.5,
        Carbohydrates = 81.3,
        Lipids = 9.6,
        Proteins = 15.9,

        SoundMap = DumpContents EmptyBowlFromFood,
        PourType = bowl,

        Tags = base:dontinheritcondition,

        Icon = VFX_Bowl_CerealCornFlakes,
        StaticModel = Base.VFX_BowlCornFlakes,
        WorldStaticModel = Base.VFX_BowlCornFlakes,
    }

    item VFXRiceKrispsBowlEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = 2handbowl,
        Weight = 0.8,

        ReplaceOnUse = Bowl,

        DaysFresh = 4,
        DaysTotallyRotten = 7,

        HungerChange = -20,
        ThirstChange = -15,
        Calories = 459.5,
        Carbohydrates = 83.8,
        Lipids = 9.6,
        Proteins = 15.65,

        SoundMap = DumpContents EmptyBowlFromFood,
        PourType = bowl,

        Tags = base:dontinheritcondition,

        Icon = VFX_Bowl_CerealRiceKrisps,
        StaticModel = Base.VFX_BowlRiceKrisps,
        WorldStaticModel = Base.VFX_BowlRiceKrisps,
    }

    item VFXFrostyCrunchBowlEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = 2handbowl,
        Weight = 0.8,

        ReplaceOnUse = Bowl,

        DaysFresh = 4,
        DaysTotallyRotten = 7,

        HungerChange = -20,
        ThirstChange = -15,
        Calories = 472.0,
        Carbohydrates = 82.55,
        Lipids = 9.85,
        Proteins = 15.53,

        SoundMap = DumpContents EmptyBowlFromFood,
        PourType = bowl,

        Tags = base:dontinheritcondition,

        Icon = VFX_Bowl_CerealFrostyCrunch,
        StaticModel = Base.VFX_BowlFrostyCrunch,
        WorldStaticModel = Base.VFX_BowlFrostyCrunch,
    }

    item VFXFruityLoopsBowlEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = 2handbowl,
        Weight = 0.8,

        ReplaceOnUse = Bowl,

        DaysFresh = 4,
        DaysTotallyRotten = 7,

        HungerChange = -20,
        ThirstChange = -15,
        Calories = 478.25,
        Carbohydrates = 85.68,
        Lipids = 10.1,
        Proteins = 15.4,

        SoundMap = DumpContents EmptyBowlFromFood,
        PourType = bowl,

        Tags = base:dontinheritcondition,

        Icon = VFX_Bowl_CerealFruityLoops,
        StaticModel = Base.VFX_BowlFruityLoops,
        WorldStaticModel = Base.VFX_BowlFruityLoops,
    }

    item VFXUnluckyCharmsBowlEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = 2handbowl,
        Weight = 0.8,

        ReplaceOnUse = Bowl,

        DaysFresh = 4,
        DaysTotallyRotten = 7,

        HungerChange = -20,
        ThirstChange = -15,
        Calories = 484.5,
        Carbohydrates = 86.3,
        Lipids = 10.23,
        Proteins = 15.28,

        SoundMap = DumpContents EmptyBowlFromFood,
        PourType = bowl,

        Tags = base:dontinheritcondition,

        Icon = VFX_Bowl_CerealUnluckyCharms,
        StaticModel = Base.VFX_BowlUnluckyCharms,
        WorldStaticModel = Base.VFX_BowlUnluckyCharms,
    }

    item VFXAdmiralChompBowlEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = 2handbowl,
        Weight = 0.8,

        ReplaceOnUse = Bowl,

        DaysFresh = 4,
        DaysTotallyRotten = 7,

        HungerChange = -20,
        ThirstChange = -15,
        Calories = 490.75,
        Carbohydrates = 87.55,
        Lipids = 10.35,
        Proteins = 15.15,

        SoundMap = DumpContents EmptyBowlFromFood,
        PourType = bowl,

        Tags = base:dontinheritcondition,

        Icon = VFX_Bowl_CerealAdmiralChomp,
        StaticModel = Base.VFX_BowlAdmiralChomp,
        WorldStaticModel = Base.VFX_BowlAdmiralChomp,
    }

    item VFXCocoaPuffsBowlEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = 2handbowl,
        Weight = 0.8,

        ReplaceOnUse = Bowl,

        DaysFresh = 4,
        DaysTotallyRotten = 7,

        HungerChange = -20,
        ThirstChange = -15,
        Calories = 497.0,
        Carbohydrates = 88.8,
        Lipids = 10.6,
        Proteins = 14.9,

        SoundMap = DumpContents EmptyBowlFromFood,
        PourType = bowl,

        Tags = base:dontinheritcondition,

        Icon = VFX_Bowl_CerealCocoaPuffs,
        StaticModel = Base.VFX_BowlCocoaPuffs,
        WorldStaticModel = Base.VFX_BowlCocoaPuffs,
    }

    item VFXWheatiesBowlEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = 2handbowl,
        Weight = 0.8,

        ReplaceOnUse = Bowl,

        DaysFresh = 4,
        DaysTotallyRotten = 7,

        HungerChange = -20,
        ThirstChange = -15,
        Calories = 453.25,
        Carbohydrates = 80.05,
        Lipids = 9.6,
        Proteins = 16.15,

        SoundMap = DumpContents EmptyBowlFromFood,
        PourType = bowl,

        Tags = base:dontinheritcondition,

        Icon = VFX_Bowl_CerealWheaties,
        StaticModel = Base.VFX_BowlWheaties,
        WorldStaticModel = Base.VFX_BowlWheaties,
    }

/* <<<<<  Ramen  >>>>> */

    item VFXBowlChickenRamenEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = 2handbowl,
        Weight = 0.5,

        GoodHot = true,
        IsCookable = true,
        BadCold = true,

        ReplaceOnUse = Bowl,

        DaysFresh = 2,
        DaysTotallyRotten = 4,

        HungerChange = -20,
        UnhappyChange = -20,

        MinutesToCook = 5,
        MinutesToBurn = 15,

        Calories = 290,
        Carbohydrates = 26.0,
        Lipids = 7.0,
        Proteins = 4.0,

        CustomEatSound = EatingSoup,

        Icon = VFX_Bowl_Ramen,
        StaticModel = Base.VFX_BowlRamen,
        WorldStaticModel = Base.VFX_BowlRamen,
    }

    item VFXBowlBeefRamenEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = 2handbowl,
        Weight = 0.5,

        GoodHot = true,
        IsCookable = true,
        BadCold = true,

        ReplaceOnUse = Bowl,

        DaysFresh = 2,
        DaysTotallyRotten = 4,

        HungerChange = -20,
        UnhappyChange = -20,

        MinutesToCook = 5,
        MinutesToBurn = 15,

        Calories = 290,
        Carbohydrates = 26.0,
        Lipids = 7.0,
        Proteins = 4.0,

        CustomEatSound = EatingSoup,

        Icon = VFX_Bowl_Ramen,
        StaticModel = Base.VFX_BowlRamen,
        WorldStaticModel = Base.VFX_BowlRamen,
    }

    item VFXBowlShrimpRamenEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = 2handbowl,
        Weight = 0.5,

        GoodHot = true,
        IsCookable = true,
        BadCold = true,

        ReplaceOnUse = Bowl,

        DaysFresh = 2,
        DaysTotallyRotten = 4,

        HungerChange = -20,
        UnhappyChange = -20,

        MinutesToCook = 5,
        MinutesToBurn = 15,

        Calories = 290,
        Carbohydrates = 26.0,
        Lipids = 7.0,
        Proteins = 4.0,

        CustomEatSound = EatingSoup,

        Icon = VFX_Bowl_Ramen,
        StaticModel = Base.VFX_BowlRamen,
        WorldStaticModel = Base.VFX_BowlRamen,
    }

    item VFXBowlPorkRamenEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = 2handbowl,
        Weight = 0.5,

        GoodHot = true,
        IsCookable = true,
        BadCold = true,

        ReplaceOnUse = Bowl,

        DaysFresh = 2,
        DaysTotallyRotten = 4,

        HungerChange = -20,
        UnhappyChange = -20,

        MinutesToCook = 5,
        MinutesToBurn = 15,

        Calories = 290,
        Carbohydrates = 26.0,
        Lipids = 7.0,
        Proteins = 4.0,

        CustomEatSound = EatingSoup,

        Icon = VFX_Bowl_Ramen,
        StaticModel = Base.VFX_BowlRamen,
        WorldStaticModel = Base.VFX_BowlRamen,
    }

    item VFXBowlHotAndSpicyRamenEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = 2handbowl,
        Weight = 0.5,

        GoodHot = true,
        IsCookable = true,
        BadCold = true,

        ReplaceOnUse = Bowl,

        DaysFresh = 2,
        DaysTotallyRotten = 4,

        HungerChange = -20,
        UnhappyChange = -20,

        MinutesToCook = 5,
        MinutesToBurn = 15,

        Calories = 290,
        Carbohydrates = 26.0,
        Lipids = 7.0,
        Proteins = 4.0,

        CustomEatSound = EatingSoup,

        Icon = VFX_Bowl_Ramen,
        StaticModel = Base.VFX_BowlRamen,
        WorldStaticModel = Base.VFX_BowlRamen,
    }

    item VFXBowlSoySauceRamenEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = 2handbowl,
        Weight = 0.5,

        GoodHot = true,
        IsCookable = true,
        BadCold = true,

        ReplaceOnUse = Bowl,

        DaysFresh = 2,
        DaysTotallyRotten = 4,

        HungerChange = -20,
        UnhappyChange = -20,

        MinutesToCook = 5,
        MinutesToBurn = 15,

        Calories = 290,
        Carbohydrates = 26.0,
        Lipids = 7.0,
        Proteins = 4.0,

        CustomEatSound = EatingSoup,

        Icon = VFX_Bowl_Ramen,
        StaticModel = Base.VFX_BowlRamen,
        WorldStaticModel = Base.VFX_BowlRamen,
    }

/* <<<<<  Casserole  >>>>> */

    item VFXCasseroleEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Plate,
        Weight = 1.5,

        BadInMicrowave = true,
        SoundMap = DumpContents EmptyPan,
        GoodHot = true,
        IsCookable = true,

        ReplaceOnUse = RoastingPan,

        DaysFresh = 3,
        DaysTotallyRotten = 5,

        HungerChange = 20,
        Calories = 180,
        Carbohydrates = 36,
        Lipids = 2.5,
        Proteins = 6,

        MinutesToCook = 60,
        MinutesToBurn = 120,
        

        UnhappyChange = 20,

        CookingSound = FryingFood,
        SoundMap = DumpContents EmptyPan,

        Tags = base:hasmetal,

        Icon = VFX_Evolved_Casserole,
        StaticModel = Base.VFX_Casserole,
        WorldStaticModel = Base.VFX_Casserole,
    }

    item VFXPlateCasserole
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.9,
        EatType = Plate,

        GoodHot = true,

        ReplaceOnUse = Base.Plate,

        DaysFresh = 2,
        DaysTotallyRotten = 4,

        HungerChange = -10,
        UnhappyChange = -15,

        Calories = 180,
        Carbohydrates = 36,
        Lipids = 2.5,
        Proteins = 6,

        Icon = VFX_Evolved_PlateCasserole,
        StaticModel = VFX_PlateCasserole,
        WorldStaticModel = VFX_PlateCasserole,
    }

/* <<<<<  Meatloaf  >>>>> */

    item VFXMeatloafPreparation
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Plate,
        Weight = 1.5,

        BadInMicrowave = true,
        CookingSound = FryingFood,
        SoundMap = DumpContents EmptyPan,
        GoodHot = true,
        IsCookable = true,

        ReplaceOnUse = RoastingPan,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -25,
        Calories = 300,
        Carbohydrates = 0,
        Lipids = 30,
        Proteins = 46,

        UnhappyChange = 20,

        MinutesToCook = 60,
        MinutesToBurn = 120,
        

        Tags = base:hasmetal,

        Icon = VFX_Evolved_Meatloaf,
        StaticModel = Base.VFX_Meatloaf,
        WorldStaticModel = Base.VFX_Meatloaf,
    }

    item VFXMeatloafEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Plate,
        Weight = 1.5,

        BadInMicrowave = true,
        CookingSound = FryingFood,
        SoundMap = DumpContents EmptyPan,
        GoodHot = true,
        IsCookable = true,

        ReplaceOnUse = RoastingPan,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -25,
        Calories = 300,
        Carbohydrates = 0,
        Lipids = 30,
        Proteins = 46,

        UnhappyChange = 20,

        MinutesToCook = 60,
        MinutesToBurn = 120,
        

        Tags = base:hasmetal,

        Icon = VFX_Evolved_Meatloaf,
        StaticModel = Base.VFX_Meatloaf,
        WorldStaticModel = Base.VFX_Meatloaf,
    }

    item VFXPlateMeatloaf
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.9,
        EatType = Plate,

        GoodHot = true,

        ReplaceOnUse = Base.Plate,

        DaysFresh = 2,
        DaysTotallyRotten = 5,

        HungerChange = -25,
        
        Calories = 300,
        Carbohydrates = 0,
        Lipids = 30,
        Proteins = 46,

        UnhappyChange = -15,

        Icon = VFX_Evolved_PlateMeatloaf,
        StaticModel = VFX_PlateMeatloaf,
        WorldStaticModel = VFX_PlateMeatloaf,
    }

/* <<<<<  Baked Potato  >>>>> */

    item VFXBakedPotatoPreparation
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Plate,
        Weight = 0.6,

        BadInMicrowave = true,
        CookingSound = FryingFood,
        SoundMap = DumpContents EmptyPan,
        GoodHot = true,
        IsCookable = true,

        ReplaceOnUse = RoastingPan,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -10,
        Calories = 77,
        Carbohydrates = 17,
        Lipids = 0,
        Proteins = 2,

        UnhappyChange = 10,

        MinutesToCook = 45,
        MinutesToBurn = 90,
        

        Tags = base:hasmetal,

        Icon = VFX_Evolved_BakedPotatoTray,
        StaticModel = Base.VFX_BakedPotatoTray,
        WorldStaticModel = Base.VFX_BakedPotatoTray,
    }

    item VFXBakedPotatoEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Plate,
        Weight = 0.6,

        BadInMicrowave = true,
        CookingSound = FryingFood,
        SoundMap = DumpContents EmptyPan,
        GoodHot = true,
        IsCookable = true,

        ReplaceOnUse = RoastingPan,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -10,
        Calories = 77,
        Carbohydrates = 17,
        Lipids = 0,
        Proteins = 2,

        UnhappyChange = 10,

        MinutesToCook = 45,
        MinutesToBurn = 90,
        

        Tags = base:hasmetal,

        Icon = VFX_Evolved_BakedPotatoTray,
        StaticModel = Base.VFX_BakedPotatoTray,
        WorldStaticModel = Base.VFX_BakedPotatoTray,
    }

    item VFXBakedPotato
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Plate,
        Weight = 0.6,

        GoodHot = true,

        DaysFresh = 2,
        DaysTotallyRotten = 4,

        HungerChange = -10,
        Calories = 77,
        Carbohydrates = 17,
        Lipids = 0,
        Proteins = 2,

        UnhappyChange = -10,

        Tags = base:hasmetal,

        Icon = VFX_Evolved_BakedPotato,
        StaticModel = Base.VFX_BakedPotatoTray,
        WorldStaticModel = Base.VFX_BakedPotatoTray,
    }

/* <<<<<  Scalloped Potato Bake  >>>>> */

    item VFXScallopedPotatoBakePreparation
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Plate,
        Weight = 1.5,

        BadInMicrowave = true,
        CookingSound = FryingFood,
        SoundMap = DumpContents EmptyPan,
        GoodHot = true,
        IsCookable = true,

        ReplaceOnUse = RoastingPan,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -25,
        Calories = 350,
        Carbohydrates = 75,
        Lipids = 14,
        Proteins = 7,

        UnhappyChange = 20,

        MinutesToCook = 45,
        MinutesToBurn = 90,
        

        Tags = base:hasmetal,

        Icon = VFX_Evolved_ScallopedPotatoBake,
        StaticModel = Base.VFX_ScallopedPotatoBake,
        WorldStaticModel = Base.VFX_ScallopedPotatoBake,
    }

    item VFXScallopedPotatoBakeEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Plate,
        Weight = 1.5,

        BadInMicrowave = true,
        CookingSound = FryingFood,
        SoundMap = DumpContents EmptyPan,
        GoodHot = true,
        IsCookable = true,

        ReplaceOnUse = RoastingPan,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -25,
        Calories = 350,
        Carbohydrates = 75,
        Lipids = 14,
        Proteins = 7,

        UnhappyChange = 20,

        MinutesToCook = 45,
        MinutesToBurn = 90,
        

        Tags = base:hasmetal,

        Icon = VFX_Evolved_ScallopedPotatoBake,
        StaticModel = Base.VFX_ScallopedPotatoBake,
        WorldStaticModel = Base.VFX_ScallopedPotatoBake,
    }

    item VFXPlateScallopedPotatoBake
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.9,
        EatType = Plate,

        GoodHot = true,

        ReplaceOnUse = Base.Plate,

        DaysFresh = 2,
        DaysTotallyRotten = 5,

        HungerChange = -25,
        
        Calories = 350,
        Carbohydrates = 75,
        Lipids = 14,
        Proteins = 7,

        UnhappyChange = -15,

        Icon = VFX_Evolved_PlateScallopedPotatoBake,
        StaticModel = VFX_PlateScallopedPotatoBake,
        WorldStaticModel = VFX_PlateScallopedPotatoBake,
    }

/* <<<<<  Quiche  >>>>> */

    item VFXQuichePreparation
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Plate,
        Weight = 1.2,

        BadInMicrowave = true,
        CookingSound = FryingFood,
        SoundMap = DumpContents EmptyPan,
        GoodHot = true,
        IsCookable = true,

        ReplaceOnUse = BakingPan,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -25,
        Calories = 394,
        Carbohydrates = 2,
        Lipids = 25,
        Proteins = 33,

        UnhappyChange = 20,

        MinutesToCook = 40,
        MinutesToBurn = 80,
        

        Tags = base:hasmetal,

        Icon = VFX_Evolved_Quiche,
        StaticModel = Base.VFX_Quiche,
        WorldStaticModel = Base.VFX_Quiche,
    }

    item VFXQuicheEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Plate,
        Weight = 1.2,

        BadInMicrowave = true,
        CookingSound = FryingFood,
        SoundMap = DumpContents EmptyPan,
        GoodHot = true,
        IsCookable = true,

        ReplaceOnUse = BakingPan,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -25,
        Calories = 394,
        Carbohydrates = 2,
        Lipids = 25,
        Proteins = 33,

        UnhappyChange = 20,

        MinutesToCook = 40,
        MinutesToBurn = 80,
        

        Tags = base:hasmetal,

        Icon = VFX_Evolved_Quiche,
        StaticModel = Base.VFX_Quiche,
        WorldStaticModel = Base.VFX_Quiche,
    }

    item VFXPlateQuiche
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.9,
        EatType = Plate,

        GoodHot = true,

        ReplaceOnUse = Base.Plate,

        DaysFresh = 2,
        DaysTotallyRotten = 5,

        HungerChange = -25,
        
        Calories = 394,
        Carbohydrates = 2,
        Lipids = 25,
        Proteins = 33,

        UnhappyChange = -15,
        

        Icon = VFX_Evolved_PlateQuiche,
        StaticModel = VFX_PlateQuiche,
        WorldStaticModel = VFX_PlateQuiche,
    }

/* <<<<<  Nachos  >>>>> */

    item VFXNachosPreparation
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Plate,
        Weight = 0.7,

        BadInMicrowave = true,
        CookingSound = FryingFood,
        SoundMap = DumpContents EmptyPan,
        GoodHot = true,
        IsCookable = true,

        ReplaceOnUse = RoastingPan,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -15,
        Calories = 420,
        Carbohydrates = 42,
        Lipids = 40,
        Proteins = 2.5,

        UnhappyChange = 20,

        MinutesToCook = 15,
        MinutesToBurn = 30,
        

        Tags = base:hasmetal,

        Icon = VFX_Evolved_Nachos,
        StaticModel = Base.VFX_Nachos,
        WorldStaticModel = Base.VFX_Nachos,
    }

    item VFXNachosEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Plate,
        Weight = 0.7,

        BadInMicrowave = true,
        CookingSound = FryingFood,
        SoundMap = DumpContents EmptyPan,
        GoodHot = true,
        IsCookable = true,

        ReplaceOnUse = RoastingPan,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -15,
        Calories = 420,
        Carbohydrates = 42,
        Lipids = 40,
        Proteins = 2.5,

        UnhappyChange = 20,

        MinutesToCook = 15,
        MinutesToBurn = 30,
        

        Tags = base:hasmetal,

        Icon = VFX_Evolved_Nachos,
        StaticModel = Base.VFX_Nachos,
        WorldStaticModel = Base.VFX_Nachos,
    }

    item VFXPlateNachos
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.9,
        EatType = Plate,

        GoodHot = true,

        ReplaceOnUse = Base.Plate,

        DaysFresh = 2,
        DaysTotallyRotten = 5,

        HungerChange = -15,
        
        Calories = 420,
        Carbohydrates = 42,
        Lipids = 40,
        Proteins = 2.5,

        UnhappyChange = -15,

        Icon = VFX_Evolved_PlateNachos,
        StaticModel = VFX_PlateNachos,
        WorldStaticModel = VFX_PlateNachos,
    }

/* <<<<<  Quesadilla  >>>>> */

    item VFXQuesadillaEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Plate,
        Weight = 0.6,

        BadInMicrowave = true,
        CookingSound = FryingFood,
        SoundMap = DumpContents EmptyPan,
        GoodHot = true,
        IsCookable = true,

        ReplaceOnUse = FryingPan,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -8,
        Calories = 110,
        Carbohydrates = 17,
        Lipids = 3,
        Proteins = 3,

        UnhappyChange = 20,

        MinutesToCook = 10,
        MinutesToBurn = 25,
        

        Tags = base:hasmetal,

        Icon = VFX_Evolved_Quesadilla,
        StaticModel = Base.VFX_Quesadilla,
        WorldStaticModel = Base.VFX_Quesadilla,
    }

/* <<<<<  Enchilada  >>>>> */

    item VFXEnchiladaPreparation
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Plate,
        Weight = 0.7,

        BadInMicrowave = true,
        CookingSound = FryingFood,
        SoundMap = DumpContents EmptyPan,
        GoodHot = true,
        IsCookable = true,

        ReplaceOnUse = RoastingPan,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -10,
        Calories = 140,
        Carbohydrates = 22,
        Lipids = 6,
        Proteins = 5,

        UnhappyChange = 20,

        MinutesToCook = 20,
        MinutesToBurn = 40,
        

        Tags = base:hasmetal,

        Icon = VFX_Evolved_Enchilada,
        StaticModel = Base.VFX_Enchilada,
        WorldStaticModel = Base.VFX_Enchilada,
    }

    item VFXEnchiladaEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Plate,
        Weight = 0.7,

        BadInMicrowave = true,
        CookingSound = FryingFood,
        SoundMap = DumpContents EmptyPan,
        GoodHot = true,
        IsCookable = true,

        ReplaceOnUse = RoastingPan,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -10,
        Calories = 140,
        Carbohydrates = 22,
        Lipids = 6,
        Proteins = 5,

        UnhappyChange = 20,

        MinutesToCook = 20,
        MinutesToBurn = 40,
        

        Tags = base:hasmetal,

        Icon = VFX_Evolved_Enchilada,
        StaticModel = Base.VFX_Enchilada,
        WorldStaticModel = Base.VFX_Enchilada,
    }

    item VFXPlateEnchilada
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.9,
        EatType = Plate,

        GoodHot = true,

        ReplaceOnUse = Base.Plate,

        DaysFresh = 2,
        DaysTotallyRotten = 5,

        HungerChange = -10,
        
        Calories = 140,
        Carbohydrates = 22,
        Lipids = 6,
        Proteins = 5,

        UnhappyChange = -15,

        Icon = VFX_Evolved_PlateEnchilada,
        StaticModel = VFX_PlateEnchilada,
        WorldStaticModel = VFX_PlateEnchilada,
    }

/* <<<<<  Cheesecake  >>>>> */

    item VFXCheesecakePreparation
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Plate,
        Weight = 2.0,

        IsCookable = true,
        BadInMicrowave = true,

        ReplaceOnUse = BakingPan,

        DaysFresh = 4,
        DaysTotallyRotten = 9,

        HungerChange = -30,
        Calories = 742,
        Carbohydrates = 114,
        Lipids = 28,
        Proteins = 20,

        UnhappyChange = 20,

        MinutesToCook = 40,
        MinutesToBurn = 80,

        Icon = VFX_Evolved_Cheesecake,
        StaticModel = Base.VFX_Cheesecake,
        WorldStaticModel = Base.VFX_Cheesecake,
    }

    item VFXCheesecakeEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Plate,
        Weight = 2.0,

        IsCookable = true,
        BadInMicrowave = true,

        ReplaceOnUse = BakingPan,

        DaysFresh = 4,
        DaysTotallyRotten = 9,

        HungerChange = -30,
        Calories = 742,
        Carbohydrates = 114,
        Lipids = 28,
        Proteins = 20,

        UnhappyChange = 20,

        MinutesToCook = 40,
        MinutesToBurn = 80,

        Icon = VFX_Evolved_Cheesecake,
        StaticModel = Base.VFX_Cheesecake,
        WorldStaticModel = Base.VFX_Cheesecake,
    }

    item VFXCheesecakeSlice
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.2,

        DaysFresh = 3,
        DaysTotallyRotten = 5,

        HungerChange = -8,
        Calories = 80,
        Carbohydrates = 4,
        Lipids = 12,
        Proteins = 10,

        UnhappyChange = -10,

        Icon = CakeCheesecake,
        StaticModel = CheeseCake_Ground,
        WorldStaticModel = CheeseCake_Ground,
    }

/* <<<<<  Milkshake  >>>>> */

    item VFXMilkshakePreparation
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = glugFood,
        Weight = 1.0,

        ReplaceOnUse = VFX.MilkshakeGlass,

        HungerChange = -10,
        Calories = 200,
        Carbohydrates = 30,
        Lipids = 7,
        Proteins = 4,

        UnhappyChange = -10,

        CustomContextMenu = Drink,

        DaysFresh = 2,
        DaysTotallyRotten = 3,

        Icon = VFX_Evolved_Milkshake,
        StaticModel = Base.VFX_Milkshake,
        WorldStaticModel = Base.VFX_Milkshake,
    }

    item VFXMilkshakeEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = glugFood,
        Weight = 1.0,

        ReplaceOnUse = VFX.MilkshakeGlass,

        HungerChange = -10,
        Calories = 200,
        Carbohydrates = 30,
        Lipids = 7,
        Proteins = 4,

        UnhappyChange = -10,

        CustomContextMenu = Drink,

        DaysFresh = 2,
        DaysTotallyRotten = 3,

        Icon = VFX_Evolved_Milkshake,
        StaticModel = Base.VFX_Milkshake,
        WorldStaticModel = Base.VFX_Milkshake,
    }

/* <<<<<  Sushi  >>>>> */

    item VFXSushiPreparation
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.1,

        DaysFresh = 2,
        DaysTotallyRotten = 4,

        HungerChange = -10,
        Calories = 20,
        Carbohydrates = 5,
        Lipids = 0,
        Proteins = 10,

        UnhappyChange = -10,

        Tags = base:dontinheritcondition,

        Icon = VFX_Evolved_Sushi,
        StaticModel = Base.VFX_Sushi,
        WorldStaticModel = Base.VFX_Sushi,
    }

    item VFXSushiEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.1,

        DaysFresh = 2,
        DaysTotallyRotten = 4,

        HungerChange = -10,
        Calories = 20,
        Carbohydrates = 5,
        Lipids = 0,
        Proteins = 10,

        UnhappyChange = -10,

        Tags = base:dontinheritcondition,

        Icon = VFX_Evolved_Sushi,
        StaticModel = Base.VFX_Sushi,
        WorldStaticModel = Base.VFX_Sushi,
    }

/* <<<<<  Fried Rice  >>>>> */

    item VFXFriedRicePreparation
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Plate,
        Weight = 1.5,

        BadInMicrowave = true,
        SoundMap = DumpContents EmptyPan,
        GoodHot = true,
        IsCookable = true,

        ReplaceOnUse = Pan,

        DaysFresh = 3,
        DaysTotallyRotten = 5,

        HungerChange = -18,
        Calories = 160,
        Carbohydrates = 30,
        Lipids = 3,
        Proteins = 8,

        UnhappyChange = 20,

        MinutesToCook = 30,
        MinutesToBurn = 60,

        CookingSound = FryingFood,
        SoundMap = DumpContents EmptyPan,

        Tags = base:hasmetal,

        Icon = VFX_Evolved_FriedRice,
        StaticModel = Base.VFX_FriedRice,
        WorldStaticModel = Base.VFX_FriedRice,
    }

    item VFXFriedRicePreparationForged
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Plate,
        Weight = 1.5,

        BadInMicrowave = true,
        SoundMap = DumpContents EmptyPan,
        GoodHot = true,
        IsCookable = true,

        ReplaceOnUse = PanForged,

        DaysFresh = 3,
        DaysTotallyRotten = 5,

        HungerChange = -18,
        Calories = 160,
        Carbohydrates = 30,
        Lipids = 3,
        Proteins = 8,

        UnhappyChange = 20,

        MinutesToCook = 30,
        MinutesToBurn = 60,

        CookingSound = FryingFood,
        SoundMap = DumpContents EmptyPan,

        Tags = base:hasmetal,

        Icon = VFX_Evolved_FriedRiceForged,
        StaticModel = Base.VFX_FriedRiceForged,
        WorldStaticModel = Base.VFX_FriedRiceForged,
    }

    item VFXFriedRiceEvolved
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Plate,
        Weight = 1.5,

        BadInMicrowave = true,
        SoundMap = DumpContents EmptyPan,
        GoodHot = true,
        IsCookable = true,

        ReplaceOnUse = Pan,

        DaysFresh = 3,
        DaysTotallyRotten = 5,

        HungerChange = -18,
        Calories = 160,
        Carbohydrates = 30,
        Lipids = 3,
        Proteins = 8,

        UnhappyChange = 20,

        MinutesToCook = 30,
        MinutesToBurn = 60,

        CookingSound = FryingFood,
        SoundMap = DumpContents EmptyPan,

        Tags = base:hasmetal,

        Icon = VFX_Evolved_FriedRice,
        StaticModel = Base.VFX_FriedRice,
        WorldStaticModel = Base.VFX_FriedRice,
    }

    item VFXFriedRiceEvolvedForged
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Plate,
        Weight = 1.5,

        BadInMicrowave = true,
        SoundMap = DumpContents EmptyPan,
        GoodHot = true,
        IsCookable = true,

        ReplaceOnUse = PanForged,

        DaysFresh = 3,
        DaysTotallyRotten = 5,

        HungerChange = -18,
        Calories = 160,
        Carbohydrates = 30,
        Lipids = 3,
        Proteins = 8,

        UnhappyChange = 20,

        MinutesToCook = 30,
        MinutesToBurn = 60,

        CookingSound = FryingFood,
        SoundMap = DumpContents EmptyPan,

        Tags = base:hasmetal,

        Icon = VFX_Evolved_FriedRiceForged,
        StaticModel = Base.VFX_FriedRiceForged,
        WorldStaticModel = Base.VFX_FriedRiceForged,
    }

    item VFXBowlFriedRice
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.5,
        EatType = Plate,

        GoodHot = true,

        ReplaceOnUse = Base.Bowl,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        UnhappyChange = -15,

        HungerChange = -18,
        Calories = 160,
        Carbohydrates = 30,
        Lipids = 3,
        Proteins = 8,

        Icon = VFX_Evolved_BowlFriedRice,
        StaticModel = VFX_BowlEvolvedFriedRice,
        WorldStaticModel = VFX_BowlEvolvedFriedRice,
    }

/* <<<<<  Bone Broth  >>>>> */

    item VFXBoneBrothPot
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Pot,
        Weight = 2.0,

        IsCookable = TRUE,
        GoodHot = TRUE,
        BadInMicrowave = TRUE,

        MinutesToCook = 720,
        MinutesToBurn = 2160,

        ReplaceOnUse = Pot,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -0,
        Calories = 0,
        Carbohydrates = 0,
        Lipids = 0,
        Proteins = 0,

        UnhappyChange = -50,

        CookingSound = BoilingFood,

        Tags = base:hasmetal,

        Icon = VFX_Evolved_PotBoneBroth,
        StaticModel = Base.VFX_BoneBrothPot,
        WorldStaticModel = Base.VFX_BoneBrothPot,
    }

    item VFXBoneBrothPotForged
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Pot,
        Weight = 2.0,

        IsCookable = TRUE,
        GoodHot = TRUE,
        BadInMicrowave = TRUE,

        MinutesToCook = 720,
        MinutesToBurn = 2160,

        ReplaceOnUse = PotForged,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -0,
        Calories = 0,
        Carbohydrates = 0,
        Lipids = 0,
        Proteins = 0,

        UnhappyChange = -50,

        CookingSound = BoilingFood,

        Tags = base:hasmetal,

        Icon = VFX_Evolved_PotForgedBoneBroth,
        StaticModel = Base.VFX_BoneBrothPotForged,
        WorldStaticModel = Base.VFX_BoneBrothPotForged,
    }

/* <<<<<  Stock  >>>>> */

    item VFXStockPot
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Pot,
        Weight = 2.0,

        IsCookable = TRUE,
        GoodHot = TRUE,
        BadInMicrowave = TRUE,

        MinutesToCook = 480,
        MinutesToBurn = 1440,

        ReplaceOnUse = Pot,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -0,
        Calories = 0,
        Carbohydrates = 0,
        Lipids = 0,
        Proteins = 0,

        UnhappyChange = -50,

        CookingSound = BoilingFood,

        Tags = base:hasmetal,

        Icon = VFX_Evolved_PotStock,
        StaticModel = Base.VFX_StockPot,
        WorldStaticModel = Base.VFX_StockPot,
    }

    item VFXStockPotForged
    {
        DisplayCategory = Food,
        ItemType = base:food,
        EatType = Pot,
        Weight = 2.0,

        IsCookable = TRUE,
        GoodHot = TRUE,
        BadInMicrowave = TRUE,

        MinutesToCook = 480,
        MinutesToBurn = 1440,

        ReplaceOnUse = PotForged,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -0,
        Calories = 0,
        Carbohydrates = 0,
        Lipids = 0,
        Proteins = 0,

        UnhappyChange = -50,

        CookingSound = BoilingFood,

        Tags = base:hasmetal,

        Icon = VFX_Evolved_PotForgedStock,
        StaticModel = Base.VFX_StockPotForged,
        WorldStaticModel = Base.VFX_StockPotForged,
    }

/* <<<<<  Hot Dog / Sausage Hot Dog >>>>> */

    item VFXSourdoughHotdog
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = Meat,
        Weight = 0.3,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -23.0,
        Calories = 240.0,
        Carbohydrates = 34.25,
        Lipids = 4.0,
        Proteins = 6.95,

        CookingSound = FryingFood,

        Icon = VFX_Evolved_SourdoughHotdog,
        StaticModel = Base.VFX_SourdoughHotdog,
        WorldStaticModel = Base.VFX_SourdoughHotdog,
    }

    item VFXSourdoughSausagedog
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = Meat,
        Weight = 0.3,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -39.0,
        Calories = 500.0,
        Carbohydrates = 34.25,
        Lipids = 4.0,
        Proteins = 6.95,

        CookingSound = FryingFood,

        Icon = VFX_Evolved_SourdoughSausagedog,
        StaticModel = Base.VFX_SourdoughSausagedog,
        WorldStaticModel = Base.VFX_SourdoughSausagedog,
    }

    item VFXSausagedog
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = Meat,
        Weight = 0.3,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -36.0,
        Calories = 502.0,
        Carbohydrates = 34.25,
        Lipids = 4.0,
        Proteins = 6.95,

        CookingSound = FryingFood,

        Icon = VFX_Evolved_Sausagedog,
        StaticModel = Base.VFX_Sausagedog,
        WorldStaticModel = Base.VFX_Sausagedog,
    }

/* <<<<<  Sourdough Burger >>>>> */

    item VFXSourdoughBurger
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.3,

        DaysFresh = 3,
        DaysTotallyRotten = 5,

        HungerChange = -20.0,
        Calories = 440.0,
        Carbohydrates = 30.5,
        Lipids = 37.0,
        Proteins = 25.0,

        UnhappyChange = -10,

        Icon = VFX_Evolved_SourdoughBurger,
        StaticModel = Base.VFX_SourdoughBurger,
        WorldStaticModel = Base.VFX_SourdoughBurger,
    }

/* <<<<<  Sandwich and Toast >>>>> */

    item VFXSourdoughSandwich
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.1,

        IsCookable = TRUE,

        MinutesToCook = 5,
        MinutesToBurn = 20,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -10.0,
        Calories = 173.33,
        Carbohydrates = 32.0,
        Lipids = 1.83,
        Proteins = 5.5,

        Tags = base:hideuncooked;base:grilled,

        Icon = VFX_Baking_SandwichSourdough,
        StaticModel = Base.VFX_SourdoughSandwich,
        WorldStaticModel = Base.VFX_SourdoughSandwich,
    }

    item VFXSourdoughToast
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.05,

        IsCookable = TRUE,
        BadInMicrowave = TRUE,

        MinutesToCook = 0,
        MinutesToBurn = 20,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -5.0,
        Calories = 86.67,
        Carbohydrates = 16.0,
        Lipids = 0.92,
        Proteins = 2.75,

        CustomEatSound = EatingCrispy,

        Tags = base:alreadycooked;base:hidecooked;base:fitstoaster;VFX:Toast,

        Icon = VFX_Baking_ToastSourdough,
        StaticModel = Base.VFX_SourdoughToast,
        WorldStaticModel = Base.VFX_SourdoughToast,
    }

    item VFXRyeBreadSandwich
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.1,

        IsCookable = TRUE,

        MinutesToCook = 5,
        MinutesToBurn = 20,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -10.0,
        Calories = 180.0,
        Carbohydrates = 32.67,
        Lipids = 2.2,
        Proteins = 6.23,

        Tags = base:hideuncooked;base:grilled,

        Icon = VFX_Baking_SandwichRye,
        StaticModel = Base.VFX_RyeBreadSandwich,
        WorldStaticModel = Base.VFX_RyeBreadSandwich,
    }

    item VFXRyeBreadToast
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.05,

        IsCookable = TRUE,
        BadInMicrowave = TRUE,

        MinutesToCook = 0,
        MinutesToBurn = 20,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -5.0,
        Calories = 90.0,
        Carbohydrates = 16.33,
        Lipids = 1.1,
        Proteins = 3.12,

        CustomEatSound = EatingCrispy,

        Tags = base:alreadycooked;base:hidecooked;base:fitstoaster;VFX:Toast,

        Icon = VFX_Baking_ToastRye,
        StaticModel = Base.VFX_RyeBreadToast,
        WorldStaticModel = Base.VFX_RyeBreadToast,
    }

    item VFXRyeSourdoughSandwich
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.1,

        IsCookable = TRUE,

        MinutesToCook = 5,
        MinutesToBurn = 20,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -10.0,
        Calories = 176.67,
        Carbohydrates = 32.67,
        Lipids = 2.13,
        Proteins = 6.17,

        Tags = base:hideuncooked;base:grilled,

        Icon = VFX_Baking_SandwichRyeSourdough,
        StaticModel = Base.VFX_RyeSourdoughSandwich,
        WorldStaticModel = Base.VFX_RyeSourdoughSandwich,
    }

    item VFXRyeSourdoughToast
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.05,

        IsCookable = TRUE,
        BadInMicrowave = TRUE,

        MinutesToCook = 0,
        MinutesToBurn = 20,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -5.0,
        Calories = 88.33,
        Carbohydrates = 16.33,
        Lipids = 1.07,
        Proteins = 3.08,

        CustomEatSound = EatingCrispy,

        Tags = base:alreadycooked;base:hidecooked;base:fitstoaster;VFX:Toast,

        Icon = VFX_Baking_ToastRyeSourdough,
        StaticModel = Base.VFX_RyeSourdoughToast,
        WorldStaticModel = Base.VFX_RyeSourdoughToast,
    }

    item VFXPumpernickelSandwich
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.1,

        IsCookable = TRUE,

        MinutesToCook = 5,
        MinutesToBurn = 20,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -10.0,
        Calories = 186.67,
        Carbohydrates = 33.33,
        Lipids = 2.13,
        Proteins = 6.4,

        Tags = base:hideuncooked;base:grilled,

        Icon = VFX_Baking_SandwichPumpernickel,
        StaticModel = Base.VFX_PumpernickelSandwich,
        WorldStaticModel = Base.VFX_PumpernickelSandwich,
    }

    item VFXPumpernickelToast
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.05,

        IsCookable = TRUE,
        BadInMicrowave = TRUE,

        MinutesToCook = 0,
        MinutesToBurn = 20,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -5.0,
        Calories = 93.33,
        Carbohydrates = 16.67,
        Lipids = 1.07,
        Proteins = 3.2,

        CustomEatSound = EatingCrispy,

        Tags = base:alreadycooked;base:hidecooked;base:fitstoaster;VFX:Toast,

        Icon = VFX_Baking_ToastPumpernickel,
        StaticModel = Base.VFX_PumpernickelToast,
        WorldStaticModel = Base.VFX_PumpernickelToast,
    }
    
    item VFXBarleyBreadSandwich
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.1,

        IsCookable = TRUE,

        MinutesToCook = 5,
        MinutesToBurn = 20,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -10.0,
        Calories = 173.33,
        Carbohydrates = 31.67,
        Lipids = 1.83,
        Proteins = 6.27,

        Tags = base:hideuncooked;base:grilled,

        Icon = VFX_Baking_SandwichBarley,
        StaticModel = Base.VFX_BarleyBreadSandwich,
        WorldStaticModel = Base.VFX_BarleyBreadSandwich,
    }

    item VFXBarleyBreadToast
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.05,

        IsCookable = TRUE,
        BadInMicrowave = TRUE,

        MinutesToCook = 0,
        MinutesToBurn = 20,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -5.0,
        Calories = 86.67,
        Carbohydrates = 15.83,
        Lipids = 0.92,
        Proteins = 3.13,

        CustomEatSound = EatingCrispy,

        Tags = base:alreadycooked;base:hidecooked;base:fitstoaster;VFX:Toast,

        Icon = VFX_Baking_ToastBarley,
        StaticModel = Base.VFX_BarleyBreadToast,
        WorldStaticModel = Base.VFX_BarleyBreadToast,
    }

    item VFXBarleySourdoughSandwich
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.1,

        IsCookable = TRUE,

        MinutesToCook = 5,
        MinutesToBurn = 20,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -10.0,
        Calories = 170.0,
        Carbohydrates = 31.0,
        Lipids = 1.83,
        Proteins = 5.83,

        Tags = base:hideuncooked;base:grilled,

        Icon = VFX_Baking_SandwichBarleySourdough,
        StaticModel = Base.VFX_BarleySourdoughSandwich,
        WorldStaticModel = Base.VFX_BarleySourdoughSandwich,
    }

    item VFXBarleySourdoughToast
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.05,

        IsCookable = TRUE,
        BadInMicrowave = TRUE,

        MinutesToCook = 0,
        MinutesToBurn = 20,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -5.0,
        Calories = 85.0,
        Carbohydrates = 15.5,
        Lipids = 0.92,
        Proteins = 2.92,

        CustomEatSound = EatingCrispy,

        Tags = base:alreadycooked;base:hidecooked;base:fitstoaster;VFX:Toast,

        Icon = VFX_Baking_ToastBarleySourdough,
        StaticModel = Base.VFX_BarleySourdoughToast,
        WorldStaticModel = Base.VFX_BarleySourdoughToast,
    }
    
    item VFXBeerBreadSandwich
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.1,

        IsCookable = TRUE,

        MinutesToCook = 5,
        MinutesToBurn = 20,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -10.0,
        Calories = 186.67,
        Carbohydrates = 34.67,
        Lipids = 2.17,
        Proteins = 5.33,

        Tags = base:hideuncooked;base:grilled,

        Icon = VFX_Baking_SandwichBeerBread,
        StaticModel = Base.VFX_BeerBreadSandwich,
        WorldStaticModel = Base.VFX_BeerBreadSandwich,
    }

    item VFXBeerBreadToast
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.05,

        IsCookable = TRUE,
        BadInMicrowave = TRUE,

        MinutesToCook = 0,
        MinutesToBurn = 20,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -5.0,
        Calories = 93.33,
        Carbohydrates = 17.33,
        Lipids = 1.08,
        Proteins = 2.67,

        CustomEatSound = EatingCrispy,

        Tags = base:alreadycooked;base:hidecooked;base:fitstoaster;VFX:Toast,

        Icon = VFX_Baking_ToastBeerBread,
        StaticModel = Base.VFX_BeerBreadToast,
        WorldStaticModel = Base.VFX_BeerBreadToast,
    }

    item VFXMilkBreadSandwich
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.1,

        IsCookable = TRUE,

        MinutesToCook = 5,
        MinutesToBurn = 20,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -10.0,
        Calories = 193.33,
        Carbohydrates = 33.33,
        Lipids = 3.33,
        Proteins = 5.57,

        Tags = base:hideuncooked;base:grilled,

        Icon = VFX_Baking_SandwichMilkBread,
        StaticModel = Base.VFX_MilkBreadSandwich,
        WorldStaticModel = Base.VFX_MilkBreadSandwich,
    }

    item VFXMilkBreadToast
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.05,

        IsCookable = TRUE,
        BadInMicrowave = TRUE,

        MinutesToCook = 0,
        MinutesToBurn = 20,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -5.0,
        Calories = 96.67,
        Carbohydrates = 16.67,
        Lipids = 1.67,
        Proteins = 2.78,

        CustomEatSound = EatingCrispy,

        Tags = base:alreadycooked;base:hidecooked;base:fitstoaster;VFX:Toast,

        Icon = VFX_Baking_ToastMilkBread,
        StaticModel = Base.VFX_MilkBreadToast,
        WorldStaticModel = Base.VFX_MilkBreadToast,
    }

    item VFXBriocheSandwich
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.1,

        IsCookable = TRUE,

        MinutesToCook = 5,
        MinutesToBurn = 20,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -10.0,
        Calories = 203.33,
        Carbohydrates = 30.67,
        Lipids = 6.0,
        Proteins = 5.0,

        Tags = base:hideuncooked;base:grilled,

        Icon = VFX_Baking_SandwichBrioche,
        StaticModel = Base.VFX_BriocheSandwich,
        WorldStaticModel = Base.VFX_BriocheSandwich,
    }

    item VFXBriocheToast
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.05,

        IsCookable = TRUE,
        BadInMicrowave = TRUE,

        MinutesToCook = 0,
        MinutesToBurn = 20,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -5.0,
        Calories = 101.67,
        Carbohydrates = 15.33,
        Lipids = 3.0,
        Proteins = 2.5,

        CustomEatSound = EatingCrispy,

        Tags = base:alreadycooked;base:hidecooked;base:fitstoaster;VFX:Toast,

        Icon = VFX_Baking_ToastBrioche,
        StaticModel = Base.VFX_BriocheToast,
        WorldStaticModel = Base.VFX_BriocheToast,
    }

    item VFXFocacciaBreadSandwich
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.1,

        IsCookable = TRUE,

        MinutesToCook = 5,
        MinutesToBurn = 20,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -10.0,
        Calories = 214.6,
        Carbohydrates = 31.9,
        Lipids = 7.33,
        Proteins = 5.4,

        Tags = base:hideuncooked;base:grilled,

        Icon = VFX_Baking_SandwichFocacciaBread,
        StaticModel = Base.VFX_FocacciaSandwich,
        WorldStaticModel = Base.VFX_FocacciaSandwich,
    }

    item VFXFocacciaBreadToast
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.05,

        IsCookable = TRUE,
        BadInMicrowave = TRUE,

        MinutesToCook = 0,
        MinutesToBurn = 20,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -5.0,
        Calories = 107.3,
        Carbohydrates = 15.95,
        Lipids = 3.67,
        Proteins = 2.7,

        CustomEatSound = EatingCrispy,

        Tags = base:alreadycooked;base:hidecooked;base:fitstoaster;VFX:Toast,

        Icon = VFX_Baking_ToastFocacciaBread,
        StaticModel = Base.VFX_FocacciaToast,
        WorldStaticModel = Base.VFX_FocacciaToast,
    }

/* <<<<<  Jam >>>>> */

    item VFXHomemadeJam
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = NoExplicit,
        EatType = Candrink,
        Weight = 0.2,

        CantBeFrozen = true,

        HungerChange = -30,
        UnhappyChange = -10,

        Calories = 540,
        Carbohydrates = 130.0,
        Lipids = 0.0,
        Proteins = 1.0,

        Icon = VFX_Pantry_JamHomemade,
        StaticModel = Base.VFX_HomemadeJam,
        WorldStaticModel = Base.VFX_HomemadeJam,

    }

/* <<<<<  Homemade Sauce >>>>> */

    item VFXHomemadeSauceTomato
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = NoExplicit,
        EatType = GlugFood,
        Weight = 0.8,

        CantBeFrozen = TRUE,
        Spice = TRUE,

        ReplaceOnUse = VFX.JarWithLid,

        DaysFresh = 7,
        DaysTotallyRotten = 14,

        HungerChange = -10,
        Calories = 100,
        Carbohydrates = 10,
        Lipids = 5,
        Proteins = 5,

        UnhappyChange = 40,

        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromBottlePlastic,

        Icon = VFX_Homemade_SauceTomato,
        StaticModel = Base.VFX_HomemadeSauceTomato_SM,
        WorldStaticModel = Base.VFX_HomemadeSauceTomato,
    }

    item VFXHomemadeSauceOil
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = NoExplicit,
        EatType = GlugFood,
        Weight = 0.8,

        CantBeFrozen = TRUE,
        Spice = TRUE,

        ReplaceOnUse = VFX.JarWithLid,

        DaysFresh = 28,
        DaysTotallyRotten = 56,

        HungerChange = -10,
        Calories = 100,
        Carbohydrates = 10,
        Lipids = 5,
        Proteins = 5,

        UnhappyChange = 40,

        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromBottlePlastic,

        Icon = VFX_Homemade_SauceOil,
        StaticModel = Base.VFX_HomemadeSauceOil_SM,
        WorldStaticModel = Base.VFX_HomemadeSauceOil,
    }

    item VFXHomemadeSauceCream
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = NoExplicit,
        EatType = GlugFood,
        Weight = 0.8,

        CantBeFrozen = TRUE,
        Spice = TRUE,

        ReplaceOnUse = VFX.JarWithLid,

        DaysFresh = 3,
        DaysTotallyRotten = 6,

        HungerChange = -10,
        Calories = 100,
        Carbohydrates = 10,
        Lipids = 5,
        Proteins = 5,

        UnhappyChange = 40,

        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromBottlePlastic,

        Icon = VFX_Homemade_SauceCream,
        StaticModel = Base.VFX_HomemadeSauceCream_SM,
        WorldStaticModel = Base.VFX_HomemadeSauceCream,
    }

    item VFXHomemadeSauceStock
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = NoExplicit,
        EatType = GlugFood,
        Weight = 0.8,

        CantBeFrozen = TRUE,
        Spice = TRUE,

        ReplaceOnUse = VFX.JarWithLid,

        DaysFresh = 7,
        DaysTotallyRotten = 14,

        HungerChange = -10,
        Calories = 100,
        Carbohydrates = 10,
        Lipids = 5,
        Proteins = 5,

        UnhappyChange = 40,

        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromBottlePlastic,

        Icon = VFX_Homemade_SauceStock,
        StaticModel = Base.VFX_HomemadeSauceStock_SM,
        WorldStaticModel = Base.VFX_HomemadeSauceStock,
    }

    item VFXHomemadeSauceVinegar
    {
        DisplayCategory = Food,
        ItemType = base:food,
        FoodType = NoExplicit,
        EatType = GlugFood,
        Weight = 0.8,

        CantBeFrozen = TRUE,
        Spice = TRUE,

        ReplaceOnUse = VFX.JarWithLid,

        DaysFresh = 28,
        DaysTotallyRotten = 56,

        HungerChange = -10,
        Calories = 100,
        Carbohydrates = 10,
        Lipids = 5,
        Proteins = 5,

        UnhappyChange = 40,

        CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromBottlePlastic,

        Icon = VFX_Homemade_SauceVinegar,
        StaticModel = Base.VFX_HomemadeSauceVinegar_SM,
        WorldStaticModel = Base.VFX_HomemadeSauceVinegar,
    }

}
